home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / DirectShow / Capture / AudioCap / readme.txt < prev    next >
Encoding:
Text File  |  2001-10-10  |  745 b   |  16 lines

  1. DirectShow Sample -- AudioCap
  2. -----------------------------
  3.  
  4. This sample application demonstrates PCM audio capture using DirectShow and allows
  5. the user to audition the audio input while recording.  AudioCap enables the user to
  6. perform the following tasks: 
  7.  
  8. - Capture audio to a file
  9. - Select the audio capture device and its corresponding input pin
  10. - View properties on the audio capture device
  11. - Select the sample rate and number of channels (stereo or mono)
  12.  
  13. NOTE: In order to write .WAV files to your disk, you must first build and register
  14. the WavDest filter in the Samples\Multimedia\DirectShow\Filters\WAVDest directory.
  15. Without this filter, you may audition audio input, but you will not be able to
  16. write it to your disk.